home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc-old.dir / Internal_169_SHARED-csi core cats.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  331 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound("Single Click")
  3.   set the castNum of sprite the spriteNum of me to the number of member "csi core cats dn"
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the castNum of sprite the spriteNum of me to the number of member "csi core cats"
  9.   updateStage()
  10.   go("info5")
  11. end
  12.